home *** CD-ROM | disk | FTP | other *** search
- on idle
- if rollOver(5) then
- set the castNum of sprite 5 to 44
- else
- set the castNum of sprite 5 to 42
- end if
- if rollOver(6) then
- set the castNum of sprite 6 to 45
- else
- set the castNum of sprite 6 to 43
- end if
- if rollOver(22) then
- set the ink of sprite 21 to 0
- else
- set the ink of sprite 21 to 39
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-